Opc.Ua.Core
WriteAsymmetricMessage(UInt32,UInt32,X509Certificate2,X509Certificate2Collection,X509Certificate2,ArraySegment<Byte>) Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class > WriteAsymmetricMessage Method : WriteAsymmetricMessage(UInt32,UInt32,X509Certificate2,X509Certificate2Collection,X509Certificate2,ArraySegment<Byte>) Method
Sends a OpenSecureChannel request.
Syntax
'Declaration
 
Protected Overloads Function WriteAsymmetricMessage( _
   ByVal messageType As UInteger, _
   ByVal requestId As UInteger, _
   ByVal senderCertificate As X509Certificate2, _
   ByVal senderCertificateChain As X509Certificate2Collection, _
   ByVal receiverCertificate As X509Certificate2, _
   ByVal messageBody As ArraySegment(Of Byte) _
) As BufferCollection
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim messageType As UInteger
Dim requestId As UInteger
Dim senderCertificate As X509Certificate2
Dim senderCertificateChain As X509Certificate2Collection
Dim receiverCertificate As X509Certificate2
Dim messageBody As ArraySegment(Of Byte)
Dim value As BufferCollection
 
value = instance.WriteAsymmetricMessage(messageType, requestId, senderCertificate, senderCertificateChain, receiverCertificate, messageBody)

Parameters

messageType
requestId
senderCertificate
senderCertificateChain
receiverCertificate
messageBody
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members
Overload List